// =================================================================================================
// Counter-Strike 1.6 CommandMenu ==== Useful settings in a simple menu.2009
// =================================================================================================
// Visit our website at http://nekstrike.net/
// Copyright  2009 by ag1ra
// =================================================================================================
"0" "ag1ra Command Menu" "say ag1ra CMD v1.4"
"1" "Game Settings"
{
	        "1" "Weapon Hands"
		{
			"1" "Use Right Models" "cl_righthand 1"
			"2" "Use Left Models" "cl_righthand 0"

		}
                "6" "Spriteblend"
		{
			"1" "On" "gl_spriteblend 1"
			"2" "Off" "gl_spriteblend 0"

		}
		"8" "Center playername ID"
		{
			"1" "On" "hud_centerid 1"
			"2" "Off" "hud_centerid 0"
                }
}

"2" "Useful Stuff"
{
		"1" "Net Graph"
		{	
			"1" "Net Graph 1" "net_graph 1"
			"2" "Net Graph 2" "net_graph 2"
			"3" "Net Graph 3" "net_graph 3"
			"6" "Net Graph Position left" "net_graphpos 3"
			"7" "Net Graph Position right" "net_graphpos 1"
			"8" "Net Graph Position middle" "net_graphpos 2"
			"9" "Net Graph Off" "net_graph 0"
		}	
		"2" "Show FPS"
		{	
			"1" "On" "cl_showfps 1"
			"2" "Off" "cl_showfps 0"  
                }                   

}

"3" "Server Stuff"
{

                        "1" "The Rank" "say /rankstats"
                        "2" "The Admins" "say /admin"
			"3" "Thetime" "say thetime"
			"4" "Nextmap" "say nextmap"
			"5" "Timeleft" "say timeleft"	
			"6" "Set me for Broadband rates" "rate 9999;cl_updaterate 30;cl_cmdrate 30;say [--==Rates:BroadBand==--]"

}

"4" "Admin Menu"
{
	"1" "Camping Ts" "amx_say All Ts campers will be SLAYED !"
        "2" "Camping Ct" "amx_say All Ct campers will be SLAYED !"
        "3" "Cheating" "amx_csay CHEATING/HACKING = Permanent BAN!!"
        "4" "Rules" "amx_csay NO HACKS,NO SWEAR,NO PUBLICITY"
        "5" "my ID" "amx_say cornel1md@yahoo.com,Skype >>> badfish_86"
        "6" "Screens" "amx_say Screens in 2 minutes ... cornel1md@yahoo.com or badfish_86  <>skype"
        "7" "SS Location" "amx_csay Screens : Steam/SteamAPlications/username/CounterStrike/cstrike"                 

}

"6" "Say Menu"
{
	"1" "Hi all" "amx_say Hi all!!"
	"2" "Plant the Bomb" "amx_say Plant the Bomb !"
        "3" "Site A" "say_team Site A Clear"
        "4" "Site B" "say_team Site B Clear" 
	"5" "Goodbuy" "amx_say bb all"
        "6" "Website" "amx_csay Visit our website at http://www.nekstrike.net/"
        "7" "Reklama" "amx_say ADD TO FAVORITES 95.141.35.196:27015"
}
	

"7" "Demo Control"
{
			"1" "Record demo with filename..." "messagemode record"
			"2" "Stop demo recording" "stop"
}


"10" "Other Stuff"
{

	"1" "Change Team (spectate)" "exec lgui/spectate.cfg"
	"2" "Reconnect" "reconnect"
	"3" "Record Demo (2 steps)" 
	{
	"1" "Enter name" "messagemode record"
	"2" "Status And SS" "exec lgui/status.cfg"
	}
	"4" "Stop current demo" "exec lgui/stopdemo.cfg"
}
